home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 August / GSSH0804.iso / Geschicklichkeit / PacManicWorlds3D / PacManic_Demo.exe / {app} / data.000 / scripts / sounds.script < prev   
Text File  |  2004-07-13  |  1KB  |  135 lines

  1. //==================================================================
  2. // PACMAN
  3. //==================================================================
  4.  
  5.  
  6.  
  7. // menu
  8. menu_move
  9. {
  10.     type sound
  11.     sound sounds/menuClick.ogg 
  12.     {
  13.         name menu_move
  14.     }
  15. }
  16.  
  17. menu_enter
  18. {
  19.     type sound
  20.     sound sounds/menuenter.ogg
  21.     {
  22.         name menu_enter
  23.     }
  24. }
  25.  
  26. menu_escape
  27. {
  28.     type sound
  29.     sound sounds/menuenter.ogg
  30.     {
  31.         name menu_escape
  32.     }
  33. }
  34.  
  35. menu_switch
  36. {
  37.     type sound
  38.     sound sounds/menuenter.ogg
  39.     {
  40.         name menu_switch
  41.     }
  42. }
  43.  
  44. menu_cheats
  45. {
  46.     type sound
  47.     sound sounds/menuok.ogg
  48.     {
  49.         name menu_ok
  50.     }
  51. }
  52.  
  53. menu_deny
  54. {
  55.     type sound
  56.     sound sounds/menuno.ogg
  57.     {
  58.         name menu_deny
  59.     }
  60. }
  61.  
  62. //GAME
  63.  
  64. trash_collect_snd
  65. {
  66.     type sound
  67.     sound sounds/dot.ogg 50 
  68.     {
  69.         name menu_move
  70.     }
  71. }
  72.  
  73. power_snd
  74. {
  75.     type sound
  76.     sound sounds/dotPower.ogg 
  77.     {
  78.         name power_snd
  79.     }
  80. }
  81.  
  82. suck_robot_snd
  83. {
  84.     type sound
  85.     sound sounds/ghostDie.ogg 
  86.     {
  87.         name suck_robot_snd
  88.     }
  89. }
  90.  
  91. hero_die_snd
  92. {
  93.     type sound
  94.     sound sounds/die.ogg 
  95.     {
  96.         name hero_die_snd
  97.     }
  98. }
  99.  
  100. add_life_snd
  101. {
  102.     type sound
  103.     sound sounds/ExtraLife.ogg 
  104.     {
  105.         name menu_move
  106.     }
  107. }
  108.  
  109.  
  110. teleport_snd
  111. {
  112.     type sound
  113.     sound sounds/teleport.ogg 
  114.     {
  115.         name menu_move
  116.     }
  117. }
  118.  
  119. levelcomplited_snd
  120. {
  121.     type sound
  122.     sound sounds/levelComplete.ogg 
  123.     {
  124.         name menu_move
  125.     }
  126. }
  127.  
  128. eat_bonus_snd
  129. {
  130.     type sound
  131.     sound sounds/bonusEat.ogg 
  132.     {
  133.         name eat_bonus
  134.     }
  135. }